home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Internet 2001 July
/
Practical Internet July 2001.iso
/
Software
/
Reviews
/
mp71.exe
/
plyr_err.chm
/
redirect.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-03-02
|
365 b
|
26 lines
function parser(fn)
{
var X, Y, sl, a, ra, link;
var sFileName = "wmerr.htm"
ra = /:/;
a = location.href.search(ra);
if (a == 2)
{
X = 14;
}
else
{
X = 7;
}
sl = "\\";
Y = location.href.lastIndexOf(sl) + 1;
link = 'file:///' + location.href.substring(X, Y) + sFileName;
window.open(link);
//location.href = link;
}